home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / STBA2.ZIP / README2 < prev    next >
Text File  |  1993-03-16  |  3KB  |  68 lines

  1.                       STBAR 2.1 INFORMATION
  2.                       ---------------------
  3.  
  4. Overview
  5. --------
  6.  
  7. STBAR.VBX is a runtime AND demo version of a status bar custom control for
  8. Visual Basic. I think, the concept of combining demo and runtime versions is
  9. new, so I will try to explain:
  10.  
  11. STBAR.VBX serves a
  12.  
  13. - as a runtime version, i. e. it runs any application developed with the
  14.   FULL version (for availabilty of full version and other controls feel free
  15.   to contact me via CompuServe mail).
  16.  
  17. - as a (fully functional) demo version in design mode. The restriction here is,
  18.   that applications (EXE files) developed with the demo version will not
  19.   display a status bar at runtime (ONLY WITH THE FULL VERSION, WHICH SHOULD NOT
  20.   BE GIVEN AWAY). To 'convert' an application from 'demo' to 'full' mode, simply
  21.   load it with the full version and rebuild the EXE file.
  22.  
  23. I would like to hear any comments on this concept.
  24.  
  25.  
  26. Description
  27. -----------
  28.  
  29. see the file STBAR.WRI for an explanation of the properties and events.
  30.  
  31. This is version 2.1 of STBAR.VBX. Here is some information for those of you,
  32. who had download verion 1.x:
  33.  
  34. Version 1.x fired the MenuSelect event with the Tag property as one paramter.
  35. I liked this feature very much, but I had to use a lot of undocumented features
  36. (special messages, menu id's, message order, ...) to implement this. Also there
  37. were some problems with Win 3.0 and VB2 crashed with the control. So I decided
  38. to change the paramter to be the menu's caption. There is one brand new event
  39. (Selected Tag), which offers the old functionality for VB2. It also uses 
  40. undocumented features, but it is so useful, that I've added it (see the 
  41. MHCTL file in the MS BASIC forum for more information). The code check for
  42. VB version, so it will run only for VB2 and you may decide, if you want to 
  43. use it.
  44.  
  45. Together with some sample code (VB2), I've also added STBAR.INI. This can be
  46. used to 'internationalize' the indicator captions (the example is for Germany).
  47. This file has to be placed in the windows directory.
  48.  
  49.  
  50. Fore more information and any comment, please send me a message via CompuServe
  51.  
  52.  
  53.  
  54. Bernd Beekes
  55. User ID: 100031,2063
  56.  
  57.  
  58. Full version:    $ 50,-- w/o source
  59.         $ 85,-- with source
  60.  
  61.  
  62. Acknowledgement:
  63.  
  64. This control was completely written by me, but is based on a control written by
  65. Ed Staffin, who had the idea of composing the status bar out of multiple control
  66. instances. You can find an earlier version of him in the MS BASIC forum.
  67.  
  68.